logging framework造句
例句與造句
- Plugging in a logging framework for eclipse plug - ins
為eclipse插件添加日志框架 - By default the java . util . logging framework writes its output to a file
默認情況下, java . util . logging框架會將其輸出寫入到文件中。 - The log4j framework is the de facto logging framework written in the java language
Log4j框架是用java語言編寫的事實上的標準日志記錄框架。 - Then they could change the code to pass the exception off to their logging framework instead
這樣他們就可以改變代碼,將異常改為傳遞給日志框架。 - It became evident that the team s home - grown logging framework like all logging frameworks had grown over time
很顯然小組自已開發(fā)的日志框架(像所有日志框架一樣)隨著時間而增大。 - It's difficult to find logging framework in a sentence. 用logging framework造句挺難的
- When an exception arises , any of its eclipse logging will be funneled to the log framework and share its configuration with the other loggers
在觸發(fā)異常時, eclipse要記錄的所有日志都會被放入日志框架,它與其他記錄器共享配置文件。 - In this article , learn how to configure and use a logging framework for eclipse plug - ins that is itself a plug - in and that is based on the apache log4j
在本文中,我們將學(xué)習(xí)如何為eclipse插件配置并使用日志框架,該框架本身也是一個基于apache log4j的插件。 - The goal is to write a findbugs detector that will find all the places in the code that are making calls to the logging framework without being wrapped in a guard clause
目標是編寫一個findbugs檢測器,它將找出代碼中調(diào)用日志框架而未被包裝在監(jiān)護子句中的所有地方。 - This will help a handler obtain access to container - specific value - added features , including authentication mechanisms , transaction processing , a logging framework , etc
這將幫助處理程序獲得特定于容器的增值功能的訪問權(quán),包括認證機制,事務(wù)處理,日志記錄的框架等。 - This aspect could be made to use the same logging framework as the embedded logging code so that the merged output gave a combined view of the program execution
這個方面可以設(shè)計為使用嵌入日志代碼所使用的同樣日志框架,這樣合在一起的輸出就可以給出程序執(zhí)行的綜合視圖。 - One approach is to use com . tools . logging in your plug - in so you can have all the nice features of log4j and still be part of the eclipse log framework if you desire
一種方法是在插件中使用com . tools . logging ,這樣就可以使用log4j中所有有用的特性;如果您愿意的話,它依將是eclipse日志框架的一部分。 - Unfortunately , as the team grew , so did the poor performance of their application because they were always creating expensive logging messages - only to have the logging framework throw them away when it realized that logging was disabled
。不幸的是,隨著小組的擴大,他們的應(yīng)用程序的性能也在變差,因為他們總是產(chǎn)生昂貴的日志消息而當日志框架發(fā)現(xiàn)禁用日志后,這些消息只能是被它拋棄。